Einhugur Word Plugin for Xojo

TableStyle.TablePart Method

Returns table part. Like if you for example want to focus on every other row part.

TablePart(
   partType as EinhugurWord.StylePartType,
   create as Boolean) as EinhugurWord.TableStylePart

Parameters

partType
Part code.
create
True if you wish to create the part if it does not exist, else false.

Returns

EinhugurWord.TableStylePart
The desired part or nil if it does not exist. It will never return nil if true was passed to the create parameter.

Remarks

See Also

TableStyle Class